/*
Theme Name: Hanif Janmohamed
Description: Wordpress Theme Designed for Hanif Janmohamed.
Author: Subhkant Rana
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[FONTS]------------------------*/
/*------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic);
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	font-size: 100%;*/
	vertical-align: baseline;
	background: transparent;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
:before, :after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
html, body {
	height: 100%;
}
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0;
}
ol {
	margin:0 0 10px 1.5em
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
body {
	background: none repeat scroll 0 0 #FFFFFF;
}
#caseStudies, #caseStudies input, #caseStudies textarea {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4em;
}
a {
	color: #de2997;
	outline: medium none;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
a:hover {
	color:  #000;
}
.clear {
	clear: both;
}
.space10 {
	clear:both;
	height:10px
}
.space20 {
	clear:both;
	height:20px
}
.space25 {
	clear:both;
	height:25px
}
.space30 {
	clear:both;
	height:30px
}
.space45 {
	clear:both;
	height:45px
}
.space50 {
	clear:both;
	height:50px
}
.space55 {
	clear:both;
	height:55px
}
.space60 {
	clear:both;
	height:60px
}
.space100 {
	clear:both;
	height:100px
}
img {
	max-width:100%;
	height:auto
}
iframe {
	max-width: 100%;
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 8px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 0.9em;
	line-height: 1.4em;
}
h6 {
	font-size: 14px;
}
p {
	margin-bottom: 30px;
}
ul {
	margin-bottom:30px;
	/*margin-left:1.5em;*/
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
ins {
	text-decoration: none;
}
pre {
	background-color: #F5F5F5;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 9.5px;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
hr {
	background: none repeat scroll 0 0 #D8D8D8;
	border: medium none;
	clear: both;
	height: 1px;
	margin: 12px 0;
}
blockquote {
	border-left: 5px solid #EEEEEE;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
blockquote p {
	display:inline;
	line-height:inherit;
	font-weight:400;
}
blockquote cite {
	color: #de2997;
	display: block;
}
input[type="text"], input[type="email"], input[type="tel"], input.text, input.title, textarea, select {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 5px 8px;
	transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=text]:focus, input[type="email"]:focus, input[type="tel"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#bbb;
}
input[type="submit"], button {
	background: none repeat scroll 0 0 #de2997;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
-moz- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
-webkit- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	color: #FFFFFF;
	display: inline-block;
	line-height: 1em;
	max-width: 100%;
	padding: 4px 30px;
	text-align: center;
	transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	width: auto;
	cursor:pointer;
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus {
	background:#222;
	color:#fff
}
textarea {
	padding: 5px 8px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.screen-reader-text {
	text-indent:-9999px;
	display:none
}
.grey {
	color: #757474;
}
.darkgrey {
	color:#595959
}
.black {
	color: #000000 !important;
}
.red {
	color: #db151f
}
.blue {
	color: #de2997
}
.text-muted {
	color: #999999;
}
.separator {
	clear:both;
	padding:5px
}
.highlight {
	background: none repeat scroll 0 0 #de2997;
	border-radius: 2px;
	color: #FFFFFF;
	padding: 0 7px;
}
.divider {
	border-top: 1px dotted #AEAEAE;
	clear: both;
	margin-top: 35px;
	padding-bottom: 45px;
	position: relative;
}
.dropcap {
	background-color: #de2997;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 28px;
	font-weight: 300;
	height: 36px;
	line-height: 36px;
	margin-right: 10px;
	margin-top: 6px;
	position: relative;
	text-align: center;
	width: 36px;
}
table {
	background: none repeat scroll 0 0 #EEEEEE;
	border-collapse: separate;
}
table th {
	background: none repeat scroll 0 0 #F6F6F6;
	font-weight: 700;
	padding: 5px 10px;
	text-align: left;
}
table td {
	background: #fff;
	padding: 5px 10px;
}
ul.none {
	margin:0;
	padding:0;
	list-style:none
}
/*------------------------------------------------*/
/*---------------------[GRIDS]--------------------*/
/*------------------------------------------------*/
.row {
	margin: 0 -15px;
	position: relative;
}
.row:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.grid6, .grid5, .grid4, .grid3, .grid2, .col2, .col1, .grid12, .grid9, .grid8 {
	float:left;
	padding:0 15px
}
.grid6.gridCenter {
	float: none;
	margin: 0 auto;
}
.grid6, .col2 {
	width:50%
}
.col1, .grid12 {
	float:none;
	width:100%
}
.row .alpha {
	padding-right: 55px;
}
.row .omega {
	padding-left:55px
}
.grid9 {
	width:75%
}
.grid3 {
	width:25%
}
.grid8 {
	width:66.66666%
}
.grid4 {
	width:33.33333%
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 6px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.wrapper {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 35px;
	position: relative;
	width: 1294px;
}
.wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.wrapperInner {
	margin: 0 auto;
	max-width: 100%;
	width: 928px;
	position:relative;
}
.wrapperInner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*------------------------------------------------*/
/*---------------------[HEADER]-------------------*/
/*------------------------------------------------*/
#header {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	height: 80px;
	padding: 32px 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}
#logo {
	float:left
}
#logo h1 {
	font-size: 18px;
	font-weight: 600;
	line-height: 0.9em;
	padding: 0;
	text-transform: uppercase;
}
#logo h1 a {
	color:#878787
}
#logo h1 a:hover {
	color:#de2997
}
#logo .mobilePageTitle {
	color: #040404;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 0 0;
	text-transform: uppercase;
	display:none;
}
/*------------------------------------------------*/
/*------------------[NAVIGATION]------------------*/
/*------------------------------------------------*/
#navigation {
	float: right;
	font-size: 14px;
	font-weight: 600;
	line-height: 0.8em;
	padding: 2px 0;
	text-transform: uppercase;
	position:relative;
}
#navigation ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
#navigation ul li {
	border-right: 1px solid #d2d2d2;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
}
#navigation ul li:last-child, #navigation ul li.last {
	border-right:none;
	margin-right:0;
	padding-right:0
}
#navigation ul li a {
	display:block;
	color:#808080
}
#navigation ul li:hover > a {
	color:#de2997
}
#navigation ul li.current_page_item > a, #navigation ul li.current-menu-item > a {
	color:#de2997
}
/*------------------------------------------------*/
/*----------------------[MAIN]--------------------*/
/*------------------------------------------------*/
#caseStudies {
	margin: 0 auto;
	max-width: 1400px;
	padding-top: 80px;
}
.contentArea {
	padding: 60px 0;
}
.contentArea.noPad {
	padding: 10px 0;
}
.contentArea.pageWithBackground {
	background-position: left center;
	background-repeat: no-repeat;
}
#caseStudies ul {
	/* margin-left:0; */
	list-style:none
}
#caseStudies ul li {
	padding-left: 20px;
	position: relative;
}
#caseStudies ul li:before {
	content: "·";
	font-size: 26px;
	left: 0;
	position: absolute;
	top: 0;
}
/*------------------------------------------------*/
/*--------------------[HOMEPAGE]------------------*/
/*------------------------------------------------*/
#homeSections {
	position:relative
}
.homeSection {
	position:relative
}
.sectionHeader {
	position:relative
}
.anchorLinkBox {
	display: block;
	height: 80px;
	margin-top: -80px;
	width: 100%;
}
.sectionHeader img {
	display:block;
}
.sectionHeaderTxtArea {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}
.homeSectionTitle {
	bottom: 0;
	position: absolute;
	width: 100%;
}
.sectionHeaderText {
	padding-top: 20%;
	text-align: center;
	color: #616161;
}
.sectionHeaderText .wrapper {
	font-size: 1.1em;
	line-height: 1.5em;
	width: 960px;/* text-shadow: 1px 1px 1px rgba(255, 255, 255, .4); */
}
.sectionTitle {
	color: #fff;
	font-size: 72px;
	font-weight: 600;
	line-height: 0.76em;
	padding: 0;
	text-transform: uppercase;
}
.introTextTag {
	color: #919090;
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 5px;
}
.introTextTag a {
	color: #919090;
}
.introTextTag span {
	color: #000;
	font-weight: 600;
}
.introTextTag a:hover, .introTextTag a:hover span {
	color:#de2997
}
.introTextTitle {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 8px;
}
.introTextTitle a {
	color:#8e4258;
}
.introTextTitle a:hover {
	color:#de2997;
}
.introTextBox {
	padding: 5px;
}
.introTextBox p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom: 12px;
	font-style: italic;
}
.introTextTag.introMoreLink {
	float: right;
}
.introMoreLink a {
	color:#8e4258;
}
.sectionParallax {
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 250px;
}
.sectionParallax .sectionHeaderTxtArea {
	position:relative
}
.sectionParallax .sectionHeaderText {
	padding: 18% 0 40%;
}
.contactArea {
	color: #686868;
	font-size: 16px;
	font-weight: 400;
	line-height: 2em;
	padding-left: 185px;
}
.contactArea a {
	color:#8e4258;
}
.contactArea a:hover {
	color:#de2997;
}
ul.aboutList {
	margin-top: 20px;
}
ul.aboutList li {
	font-size: 0.8em;
	line-height: 1.2em;
	margin-bottom: 10px;
}
#sectionsSlider {
	background-color: #f5f5f5;
	background-image: url("images/slidesloading.gif");
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
#sectionsSlider .splashSlider {
	position:relative;
	width:100%
}
#sectionsSlider .splashSlider .splashArea {
	position:relative;
	width:100%;
	display:none
}
#sectionsSlider .splashSlider .splashArea:first-child {
	display:block;
	opacity:0
}
#sectionsSlider .splashSlider .splashArea .slideDescription {
  bottom: 80px;
  color: #888;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 20px;
  padding-right: 20px;
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 9;
}
/*------------------------------------------------*/
/*-----------------------[PAGE]-------------------*/
/*------------------------------------------------*/
.sectionHeaderTxtTab {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}
.sectionHeaderTxtCell {
	display: table-cell;
	vertical-align: middle;
}
/*------------------------------------------------*/
/*-----------------[CASE STUDIES]-----------------*/
/*------------------------------------------------*/
#caseStudies {
	position:relative
}
.caseStudyContentArea {
	padding-bottom: 190px;
	padding-top: 70px;
	position: relative;
}
.caseTagArea {
	position: absolute;
	top: -2px;
	width: 100%;
}
.caseTag {
	color: #a5a5a5;
	font-size: 30px;
	font-weight: 600;
	line-height: 0.8;
	padding: 0;
	text-transform: uppercase;
}
.caseStudyIntroWrapper {
	margin-bottom:60px
}
.caseStudyMore {
	background-image:url(images/dottedLine.png);
	position: relative;
}
.caseStudyMore {
	background-image: url("images/dottedLine.png");
	background-position: center top;
	background-repeat: repeat-x;
	padding-top:2px;
	position: relative;
}
.moreButtonArea {
	height: 44px;
	position: absolute;
	top: -22px;
	width: 100%;
	z-index: 25;
}
a.caseStudyMoreBtn {
	font-size:10px;
	font-weight:400;
	text-transform:uppercase;
	position:relative;
	display:inline-block;
	float:right;
	vertical-align:middle;
	color:#808080;
}
a.caseStudyMoreBtn:hover {
	color:#de2997;
	font-weight: 600;
}
.caseStudyMoreBtn span {
	background: none repeat scroll 0 0 #fff;
	display: inline-block;
	line-height: 0.6;
	padding: 0 5px;
	vertical-align: middle;
}
.caseStudyMoreBtn span.hiddenTxt {
	opacity:0.6;/* 	visibility:hidden; *//* 	transition:400ms */
}
.caseStudyMoreBtn:hover span.hiddenTxt {
	opacity:1;
	visibility:visible;
}
.caseStudyMoreBtn span.expandedhiddenTxt {
	display:none
}
.expandedStudy .caseStudyMoreBtn span.hiddenTxt {
	display:none
}
.expandedStudy .caseStudyMoreBtn span.expandedhiddenTxt {
	opacity:0;
	visibility:hidden;
	display:inline-block;
	transition:800ms;
}
.expandedStudy .caseStudyMoreBtn:hover span.expandedhiddenTxt {
	opacity:1;
	visibility:visible
}
.caseStudyMoreBtn span.caseMoreIcon {
	background: none repeat scroll 0 0 #de2997;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #fff;
	height: 44px;
	padding: 0;
	position: relative;
	width: 44px;
}
.caseStudyMoreBtn span.caseMoreIcon:before {
	content: "+";
	font-size: 30px;
	font-weight: 600;
	left: 0;
	line-height: 43px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.expandedStudy .caseStudyMoreBtn span.caseMoreIcon:before {
	content: "-";
	line-height: 39px;
	transform: scaleX(1.8);
}
.caseStudyMoreContent {
	background-color: #f7f7f7;
	background-image: url("images/dottedLine.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	color: #5c5c5c;
	display:none;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.65em;
	position: relative;
}
.studyMoreRow {
	position:relative;
	padding-left:40px;
}
.studyMoreTitle {
	color: #d4d4d4;
	font-size: 32px;
	font-weight: 400;
	left: -150px;
	padding: 0;
	position: absolute;
	text-align: right;
	text-transform: uppercase;
	top: 4px;
	width: 180px;
}
.captionText {
	color: #7f7f7f;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
}
.caseStudyGallery {
	position:relative
}
.caseStudyGallery .grid4 {
	margin-bottom:25px
}
.caseStudyGallery .grid4:nth-child(3n+1) {
clear:both
}
.caseStudyGallery a {
	display:block
}
.caseStudyGallery img {
	border: 1px solid #9f9f9f;
	display: block;
	margin-bottom: 8px;
}
#pageNavigation {
	background: none repeat scroll 0 0 #f2f2f2;
	border-bottom: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;
	line-height: 1em;
	margin-bottom: 75px;
	padding: 45px 0;
	position: relative;
	text-align:center
}
.navNext {
	float: right;
}
.navPrevious {
	float: left;
}
.navNext a, .navPrevious a {
	color: #bfbfbf;
	display: inline-block;
	font-size: 36px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	top: 2px;
}
.navNext a:hover, .navPrevious a:hover {
	color:#de2997
}
.navNext a:after {
	background: url("images/arrow_next.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	height: 33px;
	position: absolute;
	right: -35px;
	top: -5px;
	width: 15px;
}
.navPrevious a:after {
	background: url("images/arrow_prev.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	height: 33px;
	position: absolute;
	left: -35px;
	top: -5px;
	width: 15px;
}
.numericPagination {
	display: inline-block;
	height: 14px;
	position: relative;
	text-align: center;
	top: 6px;
}
.numericPagination a {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #c1c1c1;
	border-radius: 100%;
	display: inline-block;
	height: 14px;
	margin: 0 4px;
	text-indent: -9999px;
	width: 14px;
}
.numericPagination a:hover {
	border-color:#999
}
.numericPagination span.current {
	background: none repeat scroll 0 0 #cccccc;
	border: 1px solid #bababa;
	border-radius: 100%;
	display: inline-block;
	height: 14px;
	margin: 0 4px;
	text-indent: -9999px;
	width: 14px;
}
/*------------------------------------------------*/
/*---------------------[CV PAGE]------------------*/
/*------------------------------------------------*/
#cvSections {
	padding-left: 24%;
	padding-right: 12%;
	width: 100%;
	position:relative
}
.headerSmlTxt {
	font-size: 16px;
	line-height: 1.5em;
	display: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .4);
}
.headerSmlTxt em {
	font-weight:400
}
.smallText {
	font-size: 18px;
	line-height: 1.65em;
}
.smallText b, .smallText strong {
	font-weight:600
}
.smallText p {
	margin-bottom:25px
}
.smallText ul {
	margin-bottom:25px
}
p.nomargin {
	margin: 0;
}
.cvSection {
	position: relative;
}
.cvSection em {
	font-weight:400
}
.cvSectionTitle {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom:10px
}
.cvTagline {
	font-style: italic;
	line-height: 1em;
}
p.darkgrey > a {
	color: #595959;
	text-decoration: underline!important;
}
p.darkgrey > a:hover {
	color: #de2997!important;
	text-decoration: none;
}
/*------------------------------------------------*/
/*---------------------[ETHOS]--------------------*/
/*------------------------------------------------*/
#caseStudies #ethosSections {
	position:relative
}
#caseStudies .flexslider {
	position:relative;
	width:100%
}
#caseStudies #ethosTopSection {
/* background:url(images/loading.gif) no-repeat center center; */
}
#caseStudies ul.slides {
	margin:0;
	padding:0;
	list-style: none;
	width:100%;
	position:relative
}
#caseStudies ul.slides > li {
	width:100%;
	position:relative;
	padding:0;
	margin:0;
	display:none;
}
#caseStudies #ethosTopSection ul.slides > li:first-child {
	display:block
}
#caseStudies ul.slides > li:before {
	display:none;
}
ul.ethoslist > li {
	display: block;
	list-style: square outside!important;
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom: 1.0em;
	margin-right: 100px;
}
#caseStudies #ethosTopSection img {
	display:block;
	margin:0 auto;
	opacity:0;
	visibility:hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.ethosNavigation {
	background: none repeat scroll 0 0 #666666;
	color: #c6c5c5;
	font-size: 14px;
	font-weight: 600;
	height: 65px;
	text-align: center;
}
.ethosNavigation a {
	color: #c6c5c5;
}
.ethosNavigation a:hover {
	color: #fff;
}
#caseStudies .ethosNavigation #bulletNav {
	background: none repeat scroll 0 0 #4c4c4c;
	display: inline-block;
	height: 65px;
	padding: 25px 30px;
}
#caseStudies .ethosNavigation #bulletNav ul {
	margin:0;
	padding:0;
	list-style:none;
	height:15px;
}
#caseStudies .ethosNavigation #bulletNav ul li {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
	text-indent: -9999px;
}
#caseStudies .ethosNavigation #bulletNav ul li a {
	border: 2px solid #7c7c7c;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	display: block;
	height: 15px;
	width: 15px;
	background:none
}
#caseStudies .ethosNavigation #bulletNav ul li a:hover {
	background:#707070
}
#caseStudies .ethosNavigation #bulletNav ul li.flex-active a {
	background:#707070
}
.ethosNavControl {
	height: 65px;
	padding: 16px 0;
	position: absolute;
	top: 0;
	width: 220px;
}
.ethosNavControl a {
	display:inline-block;
	height:33px;
	line-height:33px
}
#ethosPrev.ethosNavControl {
	left:0;
	text-align:left
}
#ethosPrev.ethosNavControl a {
	background: url("images/ethosPrev.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	padding-left: 34px;
}
#ethosNext.ethosNavControl {
	right:0;
	text-align:right
}
#ethosNext.ethosNavControl a {
	background: url("images/ethosNext.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	padding-right: 34px;
}
#caseStudies #ethosBotSection ul.slides li:first-child {
	display:block
}
.ethosCaption {
	color: #878787;
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.35em;
	text-align: right;
}
.ethosTitle {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 12px;
}
.loader {
	width: 100%;
	top: 50%;
	min-height: 600px;
	position: absolute;
	z-index: 90;
}
.sk-spinner-rotating-plane.sk-spinner {
	width: 60px;
	height: 60px;
	background-color: #de2997;
	opacity: 0.8;
	margin: 0 auto;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
 @-webkit-keyframes sk-rotatePlane {
 0% {
 -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
 transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
 50% {
 -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
 transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
 100% {
 -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
 transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
 @keyframes sk-rotatePlane {
 0% {
 -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
 transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
 50% {
 -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
 transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
 100% {
 -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
 transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
.sk-spinner-pulse.sk-spinner {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background-color: #de2997;
	border-radius: 100%;
	-webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
	animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
 @-webkit-keyframes sk-pulseScaleOut {
 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
 @keyframes sk-pulseScaleOut {
 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
.spinner {
	margin: 0px auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: rotate 2.0s infinite linear;
	animation: rotate 2.0s infinite linear;
}
.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #de2997;
	border-radius: 100%;
	-webkit-animation: bounce 2.0s infinite ease-in-out;
	animation: bounce 2.0s infinite ease-in-out;
}
.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
 @-webkit-keyframes rotate {
100% {
-webkit-transform: rotate(360deg)
}
}
@keyframes rotate {
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg)
}
}
 @-webkit-keyframes bounce {
 0%, 100% {
-webkit-transform: scale(0.0)
}
 50% {
-webkit-transform: scale(1.0)
}
}
 @keyframes bounce {
 0%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
50% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}
/*------------------------------------------------*/
/*------------------[TESTIMONIALS]----------------*/
/*------------------------------------------------*/
#testimonialsFade {
	margin-left: 30px;
	margin-top: 10px;
}
.testimonialSlide p {
	margin-bottom:0
}
.testimonialAuthor {
	font-weight:700
}
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
#footer .sectionHeader {
	height:100px;
	background:#000
}